home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / toptools / dynaflash / tutorial / english / dynaflash.swf / scripts / DefineButton2_286 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-09  |  265 b   |  14 lines

  1. on(release){
  2.    if(_parent.pausing == true)
  3.    {
  4.       _parent.variablesMC.stopplay = 0;
  5.       _parent.pausing = false;
  6.    }
  7.    else
  8.    {
  9.       _parent.variablesMC.stopplay = 1;
  10.       _parent.soundMC.unloadMovie();
  11.       _parent.pausing = true;
  12.    }
  13. }
  14.